|
Python Imaging Library (abbreviated as PIL) is a free library for the Python programming language that adds support for opening, manipulating, and saving many different image file formats. It is available for Windows, and Linux. The latest version of PIL is 1.1.7, was released in September 2009 and supports Python 1.5.2–2.7, with Python 3 support to be released "later".〔 Development appears to be discontinued with the last commit to the PIL repository coming in 2011.〔 Consequently, a successor project called Pillow has forked the PIL repository and added Python 3.x support.〔(【引用サイトリンク】url=http://pillow.readthedocs.org/en/latest/ )〕 This fork has been adopted as a replacement for the original PIL in Linux distributions including Debian and Ubuntu (since 13.04). ==Capabilities== PIL offers several standard procedures for image manipulation. These include: * per-pixel manipulations, * masking and transparency handling, * image filtering, such as blurring, contouring, smoothing, or edge finding, * image enhancing, such as sharpening, adjusting brightness, contrast or color, * adding text to images and much more. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Python Imaging Library」の詳細全文を読む スポンサード リンク
|